home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TCHOOSEPAYMENTFORM / TCHOOSEPAYMENTFORM.txt
Text File  |  2003-03-07  |  1KB  |  67 lines

  1. object ChoosePaymentForm: TChoosePaymentForm
  2.   Left = 513
  3.   Top = 362
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Payment'
  7.   ClientHeight = 126
  8.   ClientWidth = 377
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object label1: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 130
  23.     Height = 13
  24.     Caption = 'How would you like to pay?'
  25.   end
  26.   object CreditCardRadioButton: TRadioButton
  27.     Left = 24
  28.     Top = 32
  29.     Width = 345
  30.     Height = 17
  31.     Caption = 
  32.       'Visa, Mastercard, Eurocard, Visa Debit, Switch, Solo, Delta, or ' +
  33.       'JCB'
  34.     Checked = True
  35.     TabOrder = 0
  36.     TabStop = True
  37.   end
  38.   object AmericanExpressRadioButton: TRadioButton
  39.     Left = 24
  40.     Top = 56
  41.     Width = 113
  42.     Height = 17
  43.     Caption = 'American Express'
  44.     TabOrder = 1
  45.   end
  46.   object OKButton: TButton
  47.     Left = 200
  48.     Top = 88
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'OK'
  52.     Default = True
  53.     TabOrder = 2
  54.     OnClick = OKButtonClick
  55.   end
  56.   object CancelButton: TButton
  57.     Left = 288
  58.     Top = 88
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     TabOrder = 3
  64.     OnClick = CancelButtonClick
  65.   end
  66. end
  67.